ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewEditRequest<T> Class / Skip Property

In This Topic
    Skip Property (CollectionViewEditRequest<T>)
    In This Topic
    Gets or sets the skip items' count from the start.
    Syntax
    'Declaration
     
    Public Property Skip As Integer
    public int Skip {get; set;}
    See Also